Remove br-pt
article thumbnail

How to Test GraphQL API in PostMan

Perficient Digital Transformation

country(code: $code) { name native capital emoji currency languages { code name } } } GRAPHQL VARIABLES Tab: { "code":"BR" } Here, code is a query variable, we can identify it as a query variable as it has $ In the start which is used to represent a query variable. I Used- QUERY Tab: query ($code: ID!){